<Code Lib>
2025 Method
Changes 0
M

AssetPropertyDoubleArray4d.IsValidValue(IList<Double>)

Description:
Checks that the value is a valid value for this property.
Overloads (2):
IsValidValue(IList[Double])

public bool IsValidValue(
	IList<double> value
)

Return Value Boolean True if the value is valid for the property.

Loading…